home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / themes.rc < prev    next >
Encoding:
Text File  |  2000-01-12  |  623 b   |  31 lines

  1. style "marble3d"
  2. {
  3.   bg[NORMAL] = { 0.80, 0.80, 0.8 }
  4.   bg[PRELIGHT] = { 0.9, 0.9, 0.9 }
  5. }
  6. style "DarkMarble"
  7. {
  8.   bg[NORMAL] = { 0.4, 0.45, 0.4 }
  9.   bg[PRELIGHT] = { 0.5, 0.55, 0.5 }
  10. }
  11. style "savane"
  12. {
  13.   bg[NORMAL] = { 1.0, 0.67, 0 }
  14.   bg[PRELIGHT] = { 0.67, 0.33, 0 }
  15. }
  16. style "blackwhite"
  17. {
  18.   bg[NORMAL] = { 0.67, 0.67, 0.67 }
  19.   bg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  20. }
  21. style "blue"
  22. {
  23.   bg[NORMAL] = { 0, 0, 0.67 }
  24.   bg[PRELIGHT] = { 0, 0, 1.0 }
  25. }
  26. widget "*marble3d*" style "marble3d"
  27. widget "*DarkMarble*" style "DarkMarble"
  28. widget "*savane*" style "savane"
  29. widget "*blackwhite*" style "blackwhite"
  30. widget "*blue*" style "blue"
  31.